home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 701 b | 29 lines | [TEXT/GEOL] |
- Item 2282537 10-Nov-88 10:43
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: PASCOE1 Pascoe, Geoff
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: re MacApp Makefiles
-
- Here's a possible way, which I haven't tried out fully yet.
-
- Create your own build script that does:
-
- begin
- set oldAlias "`(alias pascal || echo unalias pascal)`"
- end ≥ dev:null
- alias pascal pascal -mc68020 -i ...
- MABuild {"Parameters"}
- {oldAlias}
-
- Then call this shell script instead of MABuild. It aliases the pascal command,
- calls MABuild, and then restores the original alias (if any).
-
- Larry
-
-
-
-